GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / PrintSetFromToPage Method





In This Topic
PrintSetFromToPage Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function PrintSetFromToPage( _
   ByVal FromPage As Integer, _
   ByVal ToPage As Integer _
) As GdPictureStatus
public GdPictureStatus PrintSetFromToPage( 
   int FromPage,
   int ToPage
)
public function PrintSetFromToPage( 
    FromPage: Integer;
    ToPage: Integer
): GdPictureStatus; 
public function PrintSetFromToPage( 
   FromPage : int,
   ToPage : int
) : GdPictureStatus;
public: GdPictureStatus PrintSetFromToPage( 
   int FromPage,
   int ToPage
) 
public:
GdPictureStatus PrintSetFromToPage( 
   int FromPage,
   int ToPage
) 

Parameters

FromPage
ToPage
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members